STEP 9: We want to remember how many shots the player made, so let's append the result inside our list.

  • In LOGIC, go to and drag in Append INSIDE your if statement.
  • Change the name in front of .append() from my_list to kicks.
  • Change the value inside of .append() from my_var to "Missed".

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)